home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / misc / identify / identifyusr.readme < prev    next >
Text File  |  1999-05-14  |  3KB  |  80 lines

  1. Short:    Identify hardware and more, ListExp (V11.0)
  2. Author:   shred@eratosthenes.starfleet.de (Richard Koerber)
  3. Uploader: shred@eratosthenes.starfleet.de (Richard Koerber)
  4. Type:     util/libs
  5. Kurz:     Identifiziert Erweiterungen und mehr (V11.0)
  6. Keywords: expansion board guru alert function system library check arexx ppc powerpc warpos installer
  7.  
  8. Requires: AmigaOS 2.0 or higher
  9. Language: English, Deutsch
  10.  
  11. URL:      http://shredzone.home.pages.de/
  12.  
  13.  
  14. This system shared library identifies your system and several IDs and
  15. returns them in a human readable form. Currently implemented are:
  16.  
  17. expansions  The manufacturer and product ID of hardware expansions are
  18.             translated into manufacturer name, board name and board
  19.             class.
  20.  
  21. system      Your system is analyzed by identify.library. You can query
  22.             static values, as e. g. Amiga model, Processor, OS version,
  23.             Graphic OS (e. g. CyberGraphX 4), Audio OS (e. g. AHI) or
  24.             available memory (Virtual Memory is also supported).
  25.  
  26. alerts      The cryptical alert codes can also be translated.
  27.  
  28. functions   Decodes the offset of a shared library into it's function
  29.             name, provided you have got the .fd files.
  30.  
  31.  
  32. Four example Shell tools are also included:
  33.  
  34. ListExp     Analyses your system, searches for expansion boards and
  35.             optionally, shows what Commodities are available. This is
  36.             an easy way to describe your system for bug reports etc.
  37.  
  38. Guru        Decodes a Guru number.
  39.  
  40. Function    Returns the name of the function that matches to the
  41.             provided library name and offset.
  42.  
  43. InstallIfy  Gives Installer scripts access to the Identify hardware
  44.             analyzer, e.g. to check if a PowerPC is present.
  45.  
  46.  
  47.  FEATURES:
  48. -----------
  49.   - The complete expansion database consists of more than 400
  50.     expansion boards and 130 manufacturers.
  51.   - Distinguishes between most GVP and Phase5 boards with unique ID
  52.   - Tries to give at least a hint if the board name is not known yet
  53.   - Fully DraCo and PowerPC compatible
  54.   - Supports PowerUp and WarpOS
  55.   - The library is fully localized (catalogs included: deutsch)
  56.   - ARexx interface library
  57.   - English and German documentation (.guide and .dvi)
  58.  
  59.  
  60.  INCLUDED DEVELOPER FILES:
  61. ---------------------------
  62.   - AutoDocs
  63.   - Assembler include files
  64.   - C header files (also protos, pragmas, GCC inlines)
  65.   - PASCAL include files
  66.   - Amiga-E include files
  67.   - FD file
  68.   - cd file for language translations
  69.   - C example showing how to use identify with MUI
  70.   - ARexx examples
  71.   - Installer examples
  72.  
  73. Other developer files (e.g. for BASIC) are available in the AmiNet.
  74.  
  75. With your help, I hope to get as much expansion names as possible.
  76. So please send the name, manufacturer ID, product ID and board class
  77. of all your expansions to: "shred@eratosthenes.starfleet.de". You can
  78. get the IDs with the included tool ListExp or the example program
  79. "expansions".   Thank you!
  80.